home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / mail / POP3send.lha / POP3send.readme < prev   
Text File  |  1999-10-28  |  2KB  |  45 lines

  1. Short:    Send mail using POP3 protocol and YAM
  2. Author:   Mario Speranda <msper@pfst.hr>
  3. Uploader: Mario Speranda <msper@pfst.hr>
  4. Version:  V1.2
  5. Type:     comm/mail
  6.  
  7. *Long:
  8. POP3send program uses the extended command of POP3 protocol (XTND XMIT)
  9. to send mail. Normaly one would use SMTP protocol to do this, but
  10. some ISPs (like mine) block all SMTP connections because of lack
  11. of authorisation in this protocol. But POP3 does support authorisation
  12. (requires it) and so the POP3 protocol was extended to allow
  13. mail to be sent instead of just received.
  14.  
  15. *Operation:
  16. First, user data is read from YAM's config file, username, password
  17. and POP3 server info are extracted from it. Then all the mail filenames
  18. from YAM:Outgoing are collected, a connection to your POP3 server
  19. is made and one by one, all waiting messages are sent (except those
  20. with HOLD flag set). After each mailfile is sent it is transfered
  21. to YAM:Sent folder using YAMs AREXX port, so it is advisable to have
  22. YAM running when this program is started. You really shouldn't use
  23. YAM while POP3send is running altough due to some lazynes on my
  24. part you could operate it.
  25.  
  26. *Installation:
  27. Copy POP3send to YAM:. In YAM use the menu to sellect settings->
  28. configuration->arexx->one of the scripts menu entry. Enter:
  29.  
  30. Name:    POP3send                 Type: AmigaDOS
  31. Script:  run YAM:POP3send
  32. [YES]    Open console window      [YES] Wait for termination
  33.  
  34. And yes, run must be there. Whenever you want to send mail just use
  35. the menu (Scripts).
  36.  
  37. *Misc:
  38. This product is freeware. When distributed it must be accompanied
  39. with this .readme file. No more than cost of media is to be charged.
  40. POP3send was tested with YAM 2.0 and AmiTCP 4.0. I am not sure
  41. if it would work with previous versions of these programs.
  42. I am not to be blamed if it does something nasty; it worked fine
  43. for me. Contact me via e-mail for bug reports, questions
  44. and suggestions. And for nothing else.
  45.